projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52902e4
)
(Fbyte_code): Use SYMBOL_CONSTANT_P macro.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 8 Nov 2006 21:14:40 +0000
(21:14 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 8 Nov 2006 21:14:40 +0000
(21:14 +0000)
src/bytecode.c
patch
|
blob
|
history
diff --git
a/src/bytecode.c
b/src/bytecode.c
index 2facaa47062d02449df7c25e03ac01c63ed6ca0b..f96535354a4c0a758a640f06fd28c605d46ef519 100644
(file)
--- a/
src/bytecode.c
+++ b/
src/bytecode.c
@@
-597,7
+597,7
@@
If the third argument is incorrect, Emacs may crash. */)
if (SYMBOLP (sym)
&& !EQ (val, Qunbound)
&& !XSYMBOL (sym)->indirect_variable
- && !
XSYMBOL (sym)->constant
+ && !
SYMBOL_CONSTANT_P (sym)
&& !MISCP (XSYMBOL (sym)->value))
XSYMBOL (sym)->value = val;
else